projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd1768
)
(tibetan-post-read-conversion): Return
author
Kenichi Handa
<handa@m17n.org>
Tue, 21 Oct 1997 10:45:26 +0000
(10:45 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 21 Oct 1997 10:45:26 +0000
(10:45 +0000)
the length of converted region.
lisp/language/tibet-util.el
patch
|
blob
|
history
diff --git
a/lisp/language/tibet-util.el
b/lisp/language/tibet-util.el
index e8581de2f792cf9639e08708d6116290d090ce72..4ce4f36bc90e7b95fc64b88416ed62a5ee99391e 100644
(file)
--- a/
lisp/language/tibet-util.el
+++ b/
lisp/language/tibet-util.el
@@
-443,9
+443,9
@@
See also docstring of the function tibetan-compose-region."
(narrow-to-region (point) (+ (point) len))
(tibetan-compose-region (point-min) (point-max))
(set-buffer-modified-p buffer-modified-p)
- (
point-max)))
)
-
(make-local-variable 'tibetan-decomposed
)
-
(setq tibetan-decomposed nil
))
+ (
make-local-variable 'tibetan-decomposed
)
+
(setq tibetan-decomposed nil
)
+
(- (point-max) (point-min))))
))
;;;###autoload